home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 326-350 / disk_329 / filesystems / readme < prev    next >
Text File  |  1992-05-06  |  2KB  |  35 lines

  1. FileSystems will trace through the system structures and display information
  2. about the devices available to AmigaDOS which have file systems associated
  3. with them - in other words, disk devices.  The information displayed includes
  4. the AmigaDOS device name, the exec device name and unit number, the head
  5. geometry (number of heads, number of sectors per track, initial track
  6. and final track), and the type of memory to use for device buffers.  Certain
  7. non-standard devices, such as RAM: do not require such information, because
  8. they are entirely AmigaDOS handler operated; these are noted by the text
  9. "AmigaDOS device XXX: has no FileSysStartupMsg."  Currently, this program
  10. takes no arguments, but a future version will accept a device name and
  11. display information on only that device.
  12.  
  13. WARNING:  because I am collecting and printing information alternately,
  14. rather than collecting it all at once and printing it all at once, I could
  15. not easily bracket accesses of system structures with Forbid()/Permit()
  16. pairs.  It is possible to guru the machine by running FileSystems while a
  17. device is being mounted.  This deficiency will be addressed in a future
  18. release.
  19.  
  20. As the copyright notice says, this is not public domain (heck, it's not even
  21. an example of "good coding"), but it is freely redistributable.  Please feel
  22. free to give this away, but don't sell it.  You may also include this program
  23. in collections which charge a reasonable fee for media and copying charge.
  24.  
  25. Share and enjoy,
  26.  
  27. -ethan
  28.  
  29. erd@tut.cis.ohio-state.EDU  (until 31 March 1990)
  30.  
  31. or
  32.  
  33. cis.ohio-state.EDU!kumiss!erd  (anytime)
  34.  
  35.